object LookupMacForm: TLookupMacForm Left = 324 Top = 336 BorderStyle = bsDialog Caption = 'MAC Address Lookup' ClientHeight = 128 ClientWidth = 241 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object btnOk: TButton Left = 39 Top = 87 Width = 75 Height = 25 Caption = '&Lookup' ModalResult = 1 TabOrder = 0 OnClick = btnOkClick end object btnCancel: TButton Left = 127 Top = 87 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object gbIpAddr: TGroupBox Left = 10 Top = 10 Width = 217 Height = 64 Caption = 'Please enter an IP Address' TabOrder = 2 object Image: TImage Left = 16 Top = 21 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end end end